Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/198 - Balloon Game/

README.md /cody/swapnilsparsh/30DaysOfJavaScript/198 - Balloon Game/README.md
275 Views
0 Comments
# Balloon Game

## Tech Used
HTML ,CSS, JavaScript

## About Project
- Hover the Mouse Over The Balloon And Burst it.
- Burst M
index.html /cody/swapnilsparsh/30DaysOfJavaScript/198 - Balloon Game/index.html
351 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

script.js /cody/swapnilsparsh/30DaysOfJavaScript/198 - Balloon Game/script.js
223 Views
0 Comments
const container = document.querySelector('.game');
const scoreBoard = maker(container,'div','scoreBoard','SCORE');
const gameBoa
style.css /cody/swapnilsparsh/30DaysOfJavaScript/198 - Balloon Game/style.css
140 Views
0 Comments
body{
background-color: brown;
}
h1{
text-align: center;
color: azure;
}